home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / QuickDraw GX / QuickDraw GX Info / QuickDraw GX Interfaces / Interfaces & Libraries / interfaces / graphics toolbox library.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-30  |  621 b   |  25 lines  |  [TEXT/MPS ]

  1. /* graphics libraries:
  2.     graphics toolbox library routines 
  3.     by Cary Clark, Georgiann Delaney, Michael Fairman, Dave Good, Robert Johnson, Keith McGreggor, Oliver Steele, David Van Brink, Chris Yerga
  4.     Copyright 1987 - 1993 Apple Computer, Inc.  All rights reserved.    */
  5.  
  6. #pragma once
  7. #ifndef graphicsToolboxLibraryIncludes
  8. #define graphicsToolboxLibraryIncludes
  9.     #ifndef graphicsTypesIncludes
  10.         #include "graphics types.h"
  11.     #endif
  12.     
  13.      #ifdef __cplusplus
  14.     extern "C" {
  15.     #endif
  16.  
  17.     #include "font types.h"
  18.  
  19.     long AddResFileFonts(short resFileID, gxFont** fontHandleOrNil);
  20.  
  21.     #ifdef __cplusplus
  22.     }
  23.     #endif
  24. #endif
  25.